disable unreliable float-to-8bit build test
authorJeremy Bicha <jbicha@ubuntu.com>
Sun, 6 May 2018 14:23:00 +0000 (10:23 -0400)
committerJeremy Bicha <jbicha@ubuntu.com>
Sun, 6 May 2018 14:38:43 +0000 (10:38 -0400)
debian/changelog
debian/patches/disable-float-to-8bit-test.patch [new file with mode: 0644]
debian/patches/series [new file with mode: 0644]

index 881b723c1ed6fe764350f52e4bca8f074be6e543..3b39f4d5b0fc3da036db38dc5dee0a211a25835d 100644 (file)
@@ -2,6 +2,8 @@ babl (0.1.46-3) UNRELEASED; urgency=medium
 
   * Drop obsolete Breaks/Replaces/Provides not needed for years
     (Closes: #898053)
+  * Add disable-float-to-8bit-test.patch:
+    - Disable unreliable build test
 
  -- Jeremy Bicha <jbicha@debian.org>  Sun, 06 May 2018 10:16:08 -0400
 
diff --git a/debian/patches/disable-float-to-8bit-test.patch b/debian/patches/disable-float-to-8bit-test.patch
new file mode 100644 (file)
index 0000000..9619005
--- /dev/null
@@ -0,0 +1,22 @@
+From: Jeremy Bicha <jbicha@ubuntu.com>
+Date: Sun, 6 May 2018 10:18:17 -0400
+Subject: disable float-to-8bit test
+
+The test is unreliable
+https://bugzilla.gnome.org/790745
+---
+ tests/Makefile.am | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index 98f4ae2..dd5a8ff 100644
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -14,7 +14,6 @@ C_TESTS =                            \
+       babl_class_name         \
+       extract \
+       floatclamp \
+-      float-to-8bit \
+       hsl    \
+       hsva   \
+       types                   \
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644 (file)
index 0000000..853a6c5
--- /dev/null
@@ -0,0 +1 @@
+disable-float-to-8bit-test.patch